showStatMenuFor

  • function
 

Displays the stat menu for a particular player and time.

viewmodel.showStatMenuFor(player, element, event)

Displays the stat menu for a particular player and time.

Parameters

  1. player {Player}

    The player to show the stat menu for.

  2. element {*}

  3. event {*}

Use this in a template like:

<tr ($click)="showStatMenuFor(.,%element, %event)">